home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1999 June / PSL Volume 7 Number 6.iso / educa / win / lang_art / PPUNCH30.ZIP / DEMO.ZIP / PUNCH.EXE / 0 / RCDATA / TPAGESDLG / TPAGESDLG.txt
Text File  |  1998-03-18  |  4KB  |  132 lines

  1. object PagesDlg: TPagesDlg
  2.   Left = 11
  3.   Top = 127
  4.   ActiveControl = PageControl1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Pick a topic'
  8.   ClientHeight = 311
  9.   ClientWidth = 492
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 492
  26.     Height = 283
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     BorderWidth = 5
  30.     ParentColor = True
  31.     TabOrder = 0
  32.     object PageControl1: TPageControl
  33.       Left = 5
  34.       Top = 5
  35.       Width = 482
  36.       Height = 273
  37.       ActivePage = TabSheet1
  38.       Align = alClient
  39.       TabOrder = 0
  40.       object TabSheet1: TTabSheet
  41.         Caption = 'Topic 1'
  42.         object Label1: TLabel
  43.           Left = 8
  44.           Top = 16
  45.           Width = 3
  46.           Height = 13
  47.           Visible = False
  48.         end
  49.         object Label2: TLabel
  50.           Left = 16
  51.           Top = 24
  52.           Width = 3
  53.           Height = 13
  54.           Visible = False
  55.         end
  56.         object Memo1: TMemo
  57.           Left = 8
  58.           Top = 0
  59.           Width = 466
  60.           Height = 245
  61.           Align = alClient
  62.           BorderStyle = bsNone
  63.           Font.Color = clBlack
  64.           Font.Height = -16
  65.           Font.Name = 'MS Sans Serif'
  66.           Font.Style = [fsBold]
  67.           ParentFont = False
  68.           ReadOnly = True
  69.           TabOrder = 0
  70.           OnEnter = Memo1Enter
  71.         end
  72.         object Panel3: TPanel
  73.           Left = 0
  74.           Top = 0
  75.           Width = 8
  76.           Height = 245
  77.           Align = alLeft
  78.           BevelOuter = bvNone
  79.           Color = clWhite
  80.           TabOrder = 1
  81.         end
  82.       end
  83.     end
  84.   end
  85.   object Panel2: TPanel
  86.     Left = 0
  87.     Top = 283
  88.     Width = 492
  89.     Height = 28
  90.     Align = alBottom
  91.     BevelOuter = bvNone
  92.     ParentColor = True
  93.     TabOrder = 1
  94.     object BitBtn1: TBitBtn
  95.       Left = 8
  96.       Top = 0
  97.       Width = 75
  98.       Height = 25
  99.       TabOrder = 0
  100.       OnClick = BitBtn1Click
  101.       Kind = bkYes
  102.     end
  103.     object BitBtn2: TBitBtn
  104.       Left = 88
  105.       Top = 0
  106.       Width = 97
  107.       Height = 25
  108.       Caption = 'Hel&p on topic'
  109.       TabOrder = 1
  110.       OnClick = BitBtn2Click
  111.       Glyph.Data = {
  112.         DE010000424DDE01000000000000760000002800000024000000120000000100
  113.         0400000000006801000000000000000000000000000000000000000000000000
  114.         80000080000000808000800000008000800080800000C0C0C000808080000000
  115.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333332233
  116.         3333333333333FF3333333330000333333324423333333333333388F33333333
  117.         00003333333A22433333333333338F38F3333333000033333333A22333333333
  118.         33338FF8F3333333000033333333333333333333333338833333333300003333
  119.         3333446333333333333333FF3333333300003333333222433333333333333888
  120.         F333333300003333333A22433333333333338F38F333333300003333333A2224
  121.         3333333333338F38F3333333000033333333A2224333333333338F338F333333
  122.         0000333333333A2224333333333338F338F3333300003333344333A222433333
  123.         333F338F338F3333000033332224333A224333333388F338F338F33300003333
  124.         A22244422243333338F38FFF8338F333000033333A2222222223333338F33888
  125.         3338F3330000333333AA222222333333338FF33333383333000033333333AAAA
  126.         A333333333388FFFFF8333330000333333333333333333333333388888333333
  127.         0000}
  128.       NumGlyphs = 2
  129.     end
  130.   end
  131. end
  132.